home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMOK / TFMOK.txt
Text File  |  2001-04-12  |  1KB  |  53 lines

  1. object fmOK: TfmOK
  2.   Left = 305
  3.   Top = 239
  4.   BorderStyle = bsNone
  5.   Caption = 'fmOK'
  6.   ClientHeight = 332
  7.   ClientWidth = 332
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 332
  25.     Height = 332
  26.   end
  27.   object Label1: TLabel
  28.     Left = 38
  29.     Top = 78
  30.     Width = 257
  31.     Height = 157
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'Label1'#13#10'dfghdfghfg'#13#10'dfghdfgh'#13#10'dfghdfghdfgh'#13#10'dfghdfgh'
  35.     Font.Charset = RUSSIAN_CHARSET
  36.     Font.Color = clRed
  37.     Font.Height = -23
  38.     Font.Name = 'Zahoma'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     Transparent = True
  42.     WordWrap = True
  43.   end
  44.   object btClose: TImageBtn
  45.     Left = 137
  46.     Top = 256
  47.     Width = 59
  48.     Height = 29
  49.     Cursor = crHandPoint
  50.     OnClick = btCloseClick
  51.   end
  52. end
  53.